projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6833df
)
xend: Remove disused constants
author
Keir Fraser
<keir.fraser@citrix.com>
Thu, 2 Jul 2009 10:35:30 +0000
(11:35 +0100)
committer
Keir Fraser
<keir.fraser@citrix.com>
Thu, 2 Jul 2009 10:35:30 +0000
(11:35 +0100)
This patch removes disused constants from XendConstants.py.
Signed-off-by: Masaki Kanno <kanno.masaki@jp.fujitsu.com>
tools/python/xen/xend/XendConstants.py
patch
|
blob
|
history
diff --git
a/tools/python/xen/xend/XendConstants.py
b/tools/python/xen/xend/XendConstants.py
index 7082bd8c2e25efaf8ab62e2a51a0ed5765b3aa53..22cec056524d631082406db0a6e7ce92a3710a3d 100644
(file)
--- a/
tools/python/xen/xend/XendConstants.py
+++ b/
tools/python/xen/xend/XendConstants.py
@@
-89,13
+89,8
@@
DOM_STATES_OLD = [
'dying'
]
-STATE_DOM_OK = 1
-STATE_DOM_SHUTDOWN = 2
-
SHUTDOWN_TIMEOUT = (60.0 * 5)
-ZOMBIE_PREFIX = 'Zombie-'
-
"""Minimum time between domain restarts in seconds."""
MINIMUM_RESTART_TIME = 60